home *** CD-ROM | disk | FTP | other *** search
- --= SID = SIMTEL20 Ada Software Repository Item Description File = SID =--
- -- UNIT NAME : Ada Performance Analyzer
- -- VERSION : 1.0
- -- REVIEW CODE :
- -- DDN ADDRESS :
- -- AUTHOR : Jeff England
- -- : Intermetrics Inc.
- -- : 5392 Bolsa Avenue, Huntington Beach, CA 92649
- -- : (714) 891-4631
- -- : Contact: Lt. Colonel Falgiano
- -- : ESD/SCW
- -- : Hanscom AFB, MA 01731
- -- COPYRIGHT : (c) 1985 Intermetrics Inc.
- -- DATE CREATED : 13 Jan 85
- -- DATE RELEASED : 13 Jul 85
- -- DATE LAST UPDATED : 13 Jul 85
- -- LOCATION : ASR
- -- ENVIRONMENT :
- --= CLASSIFICATION ===============================================--
- -- CATEGORY LEVEL 1 : METRICS
- -- CATEGORY LEVEL 2 : Ada Performance Analyzer
- -- CATEGORY LEVEL 3 :
- -- CATEGORY LEVEL 4 :
- -- KEYWORD :
- -- INDEX : Timing
- -- INDEX : Analyzer, Ada Performance
- -- INDEX : Ada Performance Analyzer
- -- TAXONOMY :
- -- DEPENDENCIES :
- -- SEE ALSO : WIS_TOOL_19_4
- --= FILE LISTING ===============================================--
- -- FILE SPECS : PD:<ADA.METRICS>PERFORM.*
- -- FILE SPECS : PD:<ADA.METRICS>SINS*.*
- -- DIRECTORY DISPLAY :
- -- Directory PD:<ADA.METRICS>
- -- File Name Byte Count Line Count
- -- --------------- ---------- ----------
- -- PERFORM.ABS 1737 34
- -- PERFORM.CMM 1357 41
- -- PERFORM.ME 268 4
- -- PERFORM.PRO 3877 82
- -- SINST.ABS 2027 44
- -- SINST.CMM 1345 41
- -- SINST.INS 1806 81
- -- SINST.ME 268 4
- -- SINST.PRO 3596 77
- -- SINSTRTM.SRC 195456 6118
- -- SINSTTDOC.DIS 214 6
- -- SINSTTOOL.DOC 251056 9403
- -- SINSTTOOL.SRC 1194799 32067
- -- =============== ========== ==========
- -- 13 Files 1657806 48002
- --= ABSTRACT ===============================================--
- -- This tool measures system timing to identify those subprograms
- -- which require a high percentage of total execution time. Two modules
- -- comprise the tool. The execution monitor records information on
- -- timing and frequency of execution of each Ada program unit. The
- -- report generator provides execution time statistics for each program
- -- unit including maximum, minimum and average execution times, and
- -- percentage of total execution time.
- --= REVISION HISTORY ===============================================--
- --
- -- DATE VERSION AUTHOR HISTORY
- --07/13/85 1.0 Jeff England Initial Release
- --= RELEASE NOTICE ===============================================--
- -- This prologue must be included in all copies of this software.
- --
- -- This software is copyright by the author.
- --
- -- This software is released to the Ada community.
- -- This software is released to the Public Domain (note:
- -- software released to the Public Domain is not subject
- -- to copyright protection).
- -- Restrictions on use or distribution: NONE
- --= DISCLAIMER ===============================================--
- -- This software and its documentation are provided "AS IS" and
- -- without any expressed or implied warranties whatsoever. No warranties
- -- as to performance, merchantability, or fitness for a particular
- -- purpose exist.
- -- The user is advised to test the software thoroughly before
- -- relying on it. The user must assume the entire risk and liability of
- -- using this software. In no event shall any person or organization of
- -- people be held responsible for any direct, indirect, consequential or
- -- inconsequential damages or lost profits.
- --======================================================================--
-